auto merge of #188 : huonw/cargo/remove-src-test, r=wycats
authorbors <bors@rust-lang.org>
Sun, 13 Jul 2014 15:48:50 +0000 (15:48 +0000)
committerbors <bors@rust-lang.org>
Sun, 13 Jul 2014 15:48:50 +0000 (15:48 +0000)
It's not unreasonable to have unittests in a separate submodule of the
crate (being called `test` or `tests`), and having them in their own
file can be very sensible. Thus, the `src/test.rs` implicit default is
likely to trip up some perfectly reasonable use-cases. There's already
the `tests/...` default, so repairing a codebase after this removal is
just moving `src/test.rs` to `tests/whatever_name_you_want.rs`.

Closes #187.

1  2 
tests/test_cargo_test.rs

Simple merge